home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1987 March / Ahoy_Magazine_87-03_1987_Double_L.d64 / Geehonk Caverns (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  346b  |  13 lines

  1. 10 poke53280,0:poke53281,0
  2. 20 onagoto100,110
  3. 30 print"[147]"tab(8)"ranger software presents"
  4. 40 print""tab(13)"c a v e r n s"
  5. 50 printtab(18)"o f"
  6. 60 printtab(13)"g e e h o n k"
  7. 70 print""tab(8)"programmed by john fedor"
  8. 75 print"press run/stop to pause during game play"
  9. 80 printtab(6)"please wait while loading..."
  10. 90 a=1:load "cog.sp",8,1
  11. 100 a=2:load "cog.ml",8,1
  12. 110 sys52531
  13.